home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #dema / tux racer / tuxracer-win32-0.61a.exe / tuxracer-win32-0.61a / courses / contrib / sentinel_towers / course.tcl next >
Text File  |  2000-10-04  |  784b  |  17 lines

  1. #
  2. # Course configuration
  3. #
  4. tux_course_name "Sentinel Towers"
  5. tux_course_author "Steve, Mathieu, Jerome (Flat 6.3, Leeds 2000)"
  6. # Jerome aka Agt the Walker: <jzago@ifhamy.insa-lyon.fr>
  7. tux_course_dim 80 900          ;# width, length of course in m
  8. tux_start_pt 44 4              ;# start position, measured from left rear corner
  9. tux_angle 22.5                 ;# angle of course
  10. tux_elev_scale 15.0            ;# amount by which to scale elevation data
  11. tux_base_height_value 0        ;# greyscale value corresponding to height
  12.                                ;#     offset of 0 (integer from 0 - 255)
  13. tux_elev elev.rgb              ;# bitmap specifying course elevations
  14. tux_terrain terrain.rgb        ;# bitmap specifying terrains type
  15.  
  16. tux_course_init
  17.